home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act6b / 00001.ls next >
Encoding:
Text File  |  1995-03-28  |  166 b   |  8 lines

  1. on setnum prefix, cstart, cend
  2.   set yyy to 1
  3.   repeat with xxx = cstart to cend
  4.     set the name of cast xxx to prefix & yyy
  5.     set yyy to yyy + 1
  6.   end repeat
  7. end
  8.